home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think I want to make Skippy cry.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I\'d rather not touch him he seems fragile.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Ok I\'m sure my glasses are broken... skippy is out of the bathroom!!";
- }
- if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
- {
- if(_root.talk8 == 1)
- {
- _root.talk8 = 2;
- _root.txt_number = 5;
- _root.next_dis5 = 2;
- _root.di5 = 294;
- _root.next_txt5 = "Skippy? You\'re out of the bathroom?";
- _root.next_txt4 = "I never thought I\'d ever come this far, but it\'s great! You know there\'s a whole world out here?";
- _root.di4 = 295;
- _root.next_dis4 = 10;
- _root.next_txt3 = "Yeh there is... So uh... Do you think you could help me out with finding a date to the dance?";
- _root.di3 = 296;
- _root.next_dis3 = 2;
- _root.next_txt2 = "Sure. All I got is this Gam-O-Tek hacker in my pocket if that\'s of any use to you.";
- _root.di2 = 297;
- _root.next_dis2 = 10;
- _root.next_txt1 = "Hey, thanks Skippy. I\'m pretty sure this might come in handy.";
- _root.di1 = 298;
- _root.next_dis1 = 2;
- }
- else if(_root.talk8 == 2)
- {
- _root.txt_number = 1;
- _root.next_dis1 = 10;
- _root.next_txt1 = "WOW! The air is so clean!";
- _root.di1 = 299;
- }
- }
- }
- }
-